home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg4.cab / test_pep263.py < prev    next >
Text File  |  2005-11-19  |  149b  |  4 lines

  1. #! -*- coding: koi8-r -*-
  2. assert u"≡╔╘╧╬".encode("utf-8") == '\xd0\x9f\xd0\xb8\xd1\x82\xd0\xbe\xd0\xbd'
  3. assert u"\≡".encode("utf-8") == '\\\xd0\x9f'
  4.